home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
util
/
cdity
/
PatchCX.lha
/
PatchCX
/
PatchCX.cd
< prev
next >
Wrap
Text File
|
1996-09-27
|
3KB
|
162 lines
;
; catalog description for PatchCX
;
; Source : PatchCX.cd
; Project : PatchCX
; Author : Martin Hauner
; EMail : drizzt@trashcan.mcnet.de
; Copyright : Martin Hauner 1996
; Revision : $Revision: 1.4 $
; Language : -
; Translator : flexcat
; Remarks : TABSIZE=4
; History :
; + Beta4
; 09.07'96 - added MainWindowListviewLabel
; 12.07'96 - added BrokerDescription.
; - removed MainWindowUpdateButtonKey. simpleGui picks it iself
; from the label string. Beware, gadget shortcuts are CASESENSITIVE!
; + Beta5
; 03.08'96 - added noPatchLibray string.
; 04.08'96 + Release Version 1.0
; 30.08'96 + 1.0 Beta1
; - added Prefs Menu/Snapshot..
; 11.09'96 - changed menu-shortcuts to lower case characters.
; - added a few Error-Strings.
; - renamed Prefs to Settings.
; - added a few strings for the Settings menu.
;
#language english
#version 0
;
;
; Menus:
;
ProjectTitle(//)
Project
;
ProjectItemHide(//)
Hide
ProjectItemHideKey(//)
h
;
ProjectItemQuit(//)
Quit
ProjectItemQuitKey(//)
q
;
ProjectItemAbout(//)
About
ProjectItemAboutKey(//)
a
;
;
MiscTitle(//)
Misc
;
MiscSaveCurrentList(//)
Save current list
MiscSaveCurrentListKey(//)
s
;
;
SettingsTitle(//)
Settings
;
SettingsEnDisableColumns(//)
en-disable columns
;
SettingsSnapshotWindow(//)
snapshot window
SettingsSnapshotWindowKey(//)
w
;
SettingsSortPanel(//)
sort panel
SettingsSortPanelKey(//)
o
;
;
; mainWindow:
;
MainWindowUpdateButton(//)
_update
;
MainWindowListviewLabel(//)
patched functions
;
SortPanelTitle(//)
Sort Panel
;
SortPanelCylceUnused(//)
unused
;
;
; AboutRequester:
;
AboutReqWhatIsIt(//)
a support program for the patch.library\nby
;
AboutReqOk(//)
ok
;
;
;
; '_save _current _list' file requester
;
sclRequesterTitle(//)
Save current list...
;
;
;
; strings for:
; - titles of 'Misc/Save current list...'
; - cycle gadgets in the sort panel
; - listview column titles
;
pTitleLibrary(//)
Library
;
pTitleFunction(//)
Function
;
pTitleOffset(//)
Offset
;
pTitlePriority(//)
Priority
;
pTitleType(//)
Type
;
pTitleName(//)
Name
;
;
;
; Broker Description.
;
;
brokerDescription(//)
who patches what?
;
;
;
; Errors.
;
;
noPatchLibray(//)
can't list patches because the patch.library is missing!\nPlease install the patch.library and restart PatchCX.
;
noProgramName(//)
couldn't find out the programs name!
;
noIcon(//)
couldn't load the icon!
;
invalidFDPath(//)
fdpath tooltype does not contain a valid path!
;
;
;